Skip to main content

ModifyBetachTag

Description

Batch modify the labels of the specified host assets.

Request Method

POST

Request Path

/apsara/route/aegis/ModifyBetachTag

Request Parameters Common Parameters

NameLocationTypeRequiredSample valueDescription
regionIdBODYstringYesNo sample value for this parameter.region id
UuidListBODYstringYesNo sample value for this parameter.host asset UUID.
TagListBODYstringYesNo sample value for this parameter.host asset label name, specifying multiple host asset labels separated.
versionBODYstringNo2016-01-01version of api

Return data

NameTypeSample valueDescription
RequestIdstringno demo valuerequest ID.

Example

Successful Response example

{
"RequestId":"no demo value"
}

Failed Response example

{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}

}